home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / dpms-standby.conf < prev    next >
Text File  |  2008-10-24  |  1KB  |  45 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module dpms-standby.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7. ###############################################################################
  8. # X display settings
  9. # ------------------
  10. #
  11. # Using these settings, you can let laptop mode tools control the X display
  12. # standby timeouts.
  13. #
  14. # This requires that you have installed the "xset" utility. It is part of the
  15. # X.org server distribution and included in the package xorg-server-utils.
  16. #
  17. # The X settings are not automatically applied on login, and this is
  18. # impossible fix for the user, since laptop mode tools must operate as root.
  19. # The laptop-mode.conf(8) manual page section on the CONTROL_DPMS_STANDBY
  20. # setting describes a workaround for this limitation.
  21. #
  22. #
  23. # IMPORTANT: In versions 1.36 and earlier, these settings were included in the
  24. # main laptop-mode.conf configuration file. If they are still present, they
  25. # overrule the settings in this file. To fix this, simply delete the settings
  26. # from the main config file.
  27. #
  28. ###############################################################################
  29.  
  30.  
  31. #
  32. # Should laptop mode tools control DPMS standby settings for X displays?
  33. #
  34. CONTROL_DPMS_STANDBY=0
  35.  
  36.  
  37. #
  38. # These settings specify the standby timeout for the X display,
  39. # in seconds. The suspend and poweroff timeouts are somewhat
  40. # larger values derived from these values.
  41. #
  42. BATT_DPMS_STANDBY=300
  43. LM_AC_DPMS_STANDBY=1200
  44. NOLM_AC_DPMS_STANDBY=1200
  45.